projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0061163
)
Prop up non-autoconf builds just a few more days. (This is getting old quickly...)
author
robertl
<robertl>
Sat, 8 Apr 2006 19:29:43 +0000
(19:29 +0000)
committer
robertl
<robertl>
Sat, 8 Apr 2006 19:29:43 +0000
(19:29 +0000)
Makefile
patch
|
blob
|
history
config.h
patch
|
blob
|
history
jeeps/gpsusbstub.c
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0a0a95d73e6a052342b60eba685ccfb8e149f766..86f7e9a1648cf7af27e8374abe85828ab89b7857 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-73,7
+73,7
@@
SHAPE=shapelib/shpopen.o shapelib/dbfopen.o
LIBOBJS = queue.o route.o waypt.o filter_vecs.o util.o vecs.o mkshort.o \
csv_util.o strptime.o grtcirc.o vmem.o util_crc.o xmlgeneric.o \
uuid.o formspec.o xmltag.o cet.o cet_util.o fatal.o rgbcolors.o \
- inifile.o garmin_fs.o \
+ inifile.o garmin_fs.o
gbsleep.o
\
$(COLDSYNC) $(GARMIN) $(JEEPS) $(SHAPE) $(FMTS) $(FILTERS)
OBJS = main.o globals.o $(LIBOBJS)
diff --git
a/config.h
b/config.h
index 2ad0c33c521390c58c967f11e46a944b2cd37774..ae6b0c6bf43d29dd492099ad385fa03b6e760eee 100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-1
+1,3
@@
#define HAVE_LIBEXPAT 1
+#define HAVE_LIBUSB 1
+#define HAVE_SLEEP 1
diff --git
a/jeeps/gpsusbstub.c
b/jeeps/gpsusbstub.c
index f8c677afc7b90bcb1680a889795186d158b18ccc..7d843e9d7be4384485c532ec5ce61355c4ba7919 100644
(file)
--- a/
jeeps/gpsusbstub.c
+++ b/
jeeps/gpsusbstub.c
@@
-21,6
+21,7
@@
#include "garminusb.h"
+#include "../config.h"
#if !HAVE_LIBUSB
const char no_usb[] = "USB suport is not available in this build.\n";